project-or-external-find-regexp: Fix the docstring
authorDmitry Gutov <dmitry@gutov.dev>
Thu, 15 Feb 2024 17:36:05 +0000 (19:36 +0200)
committerDmitry Gutov <dmitry@gutov.dev>
Thu, 15 Feb 2024 18:14:37 +0000 (20:14 +0200)
* lisp/progmodes/project.el (project-or-external-find-regexp):
Fix the docstring (bug#68958).

lisp/progmodes/project.el

index 983c0ed2ac2e16d7ff16675bd420b97fef36f19b..aa92a73336e731fc0a2e31c0f8c72243aeddc45a 100644 (file)
@@ -992,9 +992,7 @@ requires quoting, e.g. `\\[quoted-insert]<space>'."
 
 ;;;###autoload
 (defun project-or-external-find-regexp (regexp)
-  "Find all matches for REGEXP in the project roots or external roots.
-With \\[universal-argument] prefix, you can specify the file name
-pattern to search for."
+  "Find all matches for REGEXP in the project roots or external roots."
   (interactive (list (project--read-regexp)))
   (require 'xref)
   (let* ((pr (project-current t))